home *** CD-ROM | disk | FTP | other *** search
- global frameSpeed
-
- on enterFrame me
- sprite(64).visible = 1
- frameSpeed = 2
- sprite(3).visible = 0
- sprite(4).visible = 0
- end
-
- on exitFrame me
- global direction
- if direction = "right" then
- go(marker("Start"))
- else
- if direction = "left" then
- if the frameLabel <> "First" then
- go(the frame - frameSpeed)
- end if
- end if
- end if
- end
-